﻿2026-08-04T03:10:02.1945132Z ##[group]Run actions/checkout@v5
2026-08-04T03:10:02.1946388Z with:
2026-08-04T03:10:02.1946587Z   repository: SaberMage/spt-shell-notify
2026-08-04T03:10:02.1946826Z   path: .adapter-notify
2026-08-04T03:10:02.1948601Z   token: ***
2026-08-04T03:10:02.1948771Z   ssh-strict: true
2026-08-04T03:10:02.1949022Z   ssh-user: git
2026-08-04T03:10:02.1949197Z   persist-credentials: true
2026-08-04T03:10:02.1949398Z   clean: true
2026-08-04T03:10:02.1949579Z   sparse-checkout-cone-mode: true
2026-08-04T03:10:02.1949788Z   fetch-depth: 1
2026-08-04T03:10:02.1949961Z   fetch-tags: false
2026-08-04T03:10:02.1950131Z   show-progress: true
2026-08-04T03:10:02.1950308Z   lfs: false
2026-08-04T03:10:02.1950470Z   submodules: false
2026-08-04T03:10:02.1950633Z   set-safe-directory: true
2026-08-04T03:10:02.1950843Z   allow-unsafe-pr-checkout: false
2026-08-04T03:10:02.1951047Z env:
2026-08-04T03:10:02.1951211Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-08-04T03:10:02.1951456Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-08-04T03:10:02.1954543Z   HEAVY: (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|daemon_refresh_e2e|dummy_harness_e2e|endpoint_teardown_authority_e2e|engine_room_bringup_e2e|gateway_owner_shell_e2e|commune_two_cwd_e2e|job_escape_e2e|knock_approve_not_hostage_e2e|knock_mutual_cross_node_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|psyche_download_e2e|rc_attach_truth|resume_template_e2e|run_no_dup_session_e2e|wake_resume_bind_e2e)$/)) | (package(spt-term) & kind(test))
2026-08-04T03:10:02.1958025Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-04T03:10:02.1958373Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-1-BU3CaV
2026-08-04T03:10:02.1958817Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-1-BU3CaV
2026-08-04T03:10:02.1959317Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-1-BU3CaV
2026-08-04T03:10:02.1959718Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30873007187-1-BU3CaV
2026-08-04T03:10:02.1960033Z ##[endgroup]
2026-08-04T03:10:02.3721043Z Syncing repository: SaberMage/spt-shell-notify
2026-08-04T03:10:02.3721563Z ##[group]Getting Git version info
2026-08-04T03:10:02.3721945Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-04T03:10:02.3722479Z [command]/usr/bin/git version
2026-08-04T03:10:02.3751952Z git version 2.43.0
2026-08-04T03:10:02.3769380Z ##[endgroup]
2026-08-04T03:10:02.3775284Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/96d7d382-d068-4883-bc65-859c70fae09d/.gitconfig'
2026-08-04T03:10:02.3782371Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/96d7d382-d068-4883-bc65-859c70fae09d' before making global git config changes
2026-08-04T03:10:02.3783105Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T03:10:02.3786060Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-04T03:10:02.3816103Z ##[group]Initializing the repository
2026-08-04T03:10:02.3819663Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-04T03:10:02.3845356Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-04T03:10:02.3846147Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-04T03:10:02.3846634Z hint: of your new repositories, which will suppress this warning, call:
2026-08-04T03:10:02.3847003Z hint: 
2026-08-04T03:10:02.3847260Z hint: 	git config --global init.defaultBranch <name>
2026-08-04T03:10:02.3847570Z hint: 
2026-08-04T03:10:02.3847856Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-04T03:10:02.3848327Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-04T03:10:02.3848690Z hint: 
2026-08-04T03:10:02.3848886Z hint: 	git branch -m <name>
2026-08-04T03:10:02.3850389Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-04T03:10:02.3857526Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-04T03:10:02.3881375Z ##[endgroup]
2026-08-04T03:10:02.3881879Z ##[group]Disabling automatic garbage collection
2026-08-04T03:10:02.3883941Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T03:10:02.3907568Z ##[endgroup]
2026-08-04T03:10:02.3907905Z ##[group]Setting up auth
2026-08-04T03:10:02.3913865Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T03:10:02.3939778Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-04T03:10:02.4146798Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T03:10:02.4171620Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-04T03:10:02.4348338Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T03:10:02.4372938Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T03:10:02.4562601Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T03:10:02.4593172Z ##[endgroup]
2026-08-04T03:10:02.4593576Z ##[group]Determining the default branch
2026-08-04T03:10:02.4596786Z Retrieving the default branch name
2026-08-04T03:10:02.9025557Z Default branch 'main'
2026-08-04T03:10:02.9026248Z ##[endgroup]
2026-08-04T03:10:02.9026629Z ##[group]Fetching the repository
2026-08-04T03:10:02.9030946Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-04T03:10:03.5642211Z From https://github.com/SaberMage/spt-shell-notify
2026-08-04T03:10:03.5642807Z  * [new branch]      main       -> origin/main
2026-08-04T03:10:03.5666602Z ##[endgroup]
2026-08-04T03:10:03.5666954Z ##[group]Determining the checkout info
2026-08-04T03:10:03.5669586Z ##[endgroup]
2026-08-04T03:10:03.5674613Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T03:10:03.5709819Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T03:10:03.5733548Z ##[group]Checking out the ref
2026-08-04T03:10:03.5736155Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-04T03:10:03.5770207Z Switched to a new branch 'main'
2026-08-04T03:10:03.5770560Z branch 'main' set up to track 'origin/main'.
2026-08-04T03:10:03.5774565Z ##[endgroup]
2026-08-04T03:10:03.5805265Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T03:10:03.5827869Z ee2d37eadc730c0019e0af82d683074c509634a2
